.Foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    background-color: #E1EFF6;
}

.pics_stuff, .Fproduct, .Fservice_carrer, .Fcontact {
    flex: 1 1 200px; 
    margin: 10px; 
}

    .pics_stuff img {
        max-width: 100%; 
        height: auto; 
        display: block; 
    }

    .Fproduct, .Fservice_carrer, .Fcontact h2 {
        font-family: Arial, sans-serif; 
        color: #006699; 
        margin-bottom: 10px; 
    }

.FPbutton, a {
    display: block;
    margin: 5px 0; 
    border: none;
    color: #808080; 
    background-color: transparent; 
    cursor: pointer; 
}

    .FPbutton:hover, a:hover {
        text-decoration: underline; 
    }

p {
    width: 100%;
    margin-top: 10px; 
    font-size: 0.9em; 
    font-family: Arial, sans-serif; 
    color: #666; 
}

/* Media query for mobile devices */
@media (max-width: 600px) {
    .pics_stuff, .Fproduct, .Fservice_carrer, .Fcontact {
        flex: 1 1 50%; 
    }
}